byte[] to image android
        Posted  
        
            by Sephy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sephy
        
        
        
        Published on 2010-04-26T15:33:36Z
        Indexed on 
            2010/04/26
            15:43 UTC
        
        
        Read the original article
        Hit count: 244
        
Hi everybody,
My issue is as follows : I have stored a few pictures into the sqlite database, using the blob format, which seems to work ok. now i want to get my pictures out of the DB and put then back into images... to complicate the matter, their format is variable (png, jpg, maybe something else, im not sure) Is there a way of doing so in android?
thank you
© Stack Overflow or respective owner